home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / TI15_470.PP_ / ti15_470.ppd
Text File  |  1996-04-25  |  11KB  |  328 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "OmniLaser" version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 46
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010537 or 010864
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(OmniLaser)"
  19. *PSVersion: "(47.0) 1.3"
  20. *NickName: "TI Omnilaser 2115 v47.0"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "576264"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "15"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Legal: "statusdict begin legaltray end"
  103. *PageSize A4: "statusdict begin a4tray end"
  104.  
  105. *% These entries will set up the frame buffer. Usually used with manual feed.
  106. *DefaultPageRegion: Letter
  107. *PageRegion Letter: "letter"
  108. *PageRegion Legal: "legal"
  109. *PageRegion A4: "a4"
  110.  
  111. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  112. *% These errors should be trapped by software and a message displayed
  113. *DefaultPaperTray: None
  114. *PaperTray Letter: "statusdict begin lettertray end"
  115. *PaperTray Legal: "statusdict begin legaltray end"
  116. *PaperTray A4: "statusdict begin a4tray end"
  117.  
  118. *% The following entries provide information about specific paper keywords.
  119. *DefaultImageableArea: Letter
  120. *ImageableArea Letter: "18 10 593 782 "
  121. *ImageableArea Legal: "18 19 593 990 "
  122. *ImageableArea A4: "16 10 579 832 "
  123. *?ImageableArea: "
  124.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  125.   newpath clippath pathbbox
  126.   4 -2 roll exch 2 {ceiling cvp} repeat
  127.   exch 2 {floor cvp} repeat flush
  128.  restore
  129. "
  130. *End
  131.  
  132. *% These provide the physical dimensions of the paper (by keyword)
  133. *DefaultPaperDimension: Letter
  134. *PaperDimension Letter: "612 792"
  135. *PaperDimension Legal: "612 1008"
  136. *PaperDimension A4: "595 842"
  137.  
  138. *DefaultOutputBin: Upper
  139. *DefaultInputSlot: Upper
  140. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  141. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  142. *?InputSlot: "
  143.  save statusdict begin
  144.   5 dict begin
  145.    /1 (Lower) def
  146.    /0 (Upper) def
  147.    papertray 
  148.      {( ) cvs cvn load exec} stopped not{= flush}if
  149.   end
  150.  end restore
  151. "
  152. *End
  153.  
  154. *DefaultManualFeed: False
  155. *?ManualFeed: "statusdict /manualfeed get
  156.  {(True)}{(False)}ifelse = flush"
  157. *End
  158. *ManualFeed True: "statusdict begin /manualfeed true store end"
  159. *ManualFeed False: "statusdict begin /manualfeed false store end"
  160.  
  161. *DefaultOutputOrder: Normal
  162.  
  163. *DefaultCollator: None
  164. *DefaultSorter: None
  165. *DefaultDuplex: None
  166.  
  167. *% Font Information =====================
  168.  
  169. *DefaultFont: Courier
  170. *Font Courier: Standard "(001.001)"
  171. *Font Courier-Bold: Standard "(001.001)"
  172. *Font Courier-BoldOblique: Standard "(001.001)"
  173. *Font Courier-Oblique: Standard "(001.001)"
  174. *Font Helvetica: Standard "(001.001)"
  175. *Font Helvetica-Bold: Standard "(001.001)"
  176. *Font Helvetica-BoldOblique: Standard "(001.001)"
  177. *Font Helvetica-Oblique: Standard "(001.001)"
  178. *Font Symbol: Special "(001.001)"
  179. *Font Times-Bold: Standard "(001.001)"
  180. *Font Times-BoldItalic: Standard "(001.001)"
  181. *Font Times-Italic: Standard "(001.001)"
  182. *Font Times-Roman: Standard "(001.001)"
  183. *?FontQuery: "
  184. save  4 dict begin /sv exch def
  185. /str (fonts/                              ) def
  186. /st2 128 string def
  187. {
  188.   count 0 gt {
  189.     dup st2 cvs (/) print print (:) print
  190.     dup FontDirectory exch known {pop (Yes)}{
  191.      str exch st2 cvs dup length /len exch def
  192.      6 exch putinterval str 0 len 6 add getinterval mark exch
  193.      { } st2 filenameforall counttomark 0 gt {
  194.       cleartomark (Yes)}{cleartomark (No)}ifelse
  195.     }ifelse = flush
  196.   }{ exit } ifelse
  197. } bind loop 
  198. (*) = flush
  199. sv end restore
  200. "
  201. *End
  202.  
  203. *?FontList: "
  204. save  2 dict begin /sv exch def
  205. /str 128 string def
  206. FontDirectory { pop == } bind forall flush 
  207. /filenameforall where { 
  208.  pop save (fonts/*) { 
  209.   dup length 6 sub 6 exch getinterval cvn ==  
  210.  } bind str filenameforall flush restore
  211. } if 
  212. (*) = flush
  213. sv end restore
  214. "
  215. *End
  216.  
  217. *% Printer Messages (verbatim from printer):
  218. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  219. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  220. *Message: "\FontName\ not found, using Courier"
  221.  
  222. *% Status (format: %%[ status: <one of these> ]%% )
  223. *Status: "idle"
  224. *Status: "busy"
  225. *Status: "waiting"
  226. *Status: "printing"
  227. *Status: "warming up"
  228. *Status: "PrinterError:      Timeout"
  229. *Status: "PrinterError:  Misfeed at Tray"
  230. *Status: "PrinterError:     Add Toner"
  231. *Status: "PrinterError: Replace OPC Belt"
  232. *Status: "PrinterError:  Jam At Transfer"
  233. *Status: "PrinterError:   Misfeed Lower"
  234. *Status: "PrinterError:    Toner/Belt"
  235. *Status: "PrinterError: Paper Out U.Tray"
  236. *Status: "PrinterError: Paper Out L.Tray"
  237. *Status: "PrinterError:  Set Paper Stack"
  238. *Status: "PrinterError:   F.Error Motor"
  239. *Status: "PrinterError:  Close Top Cover"
  240. *Status: "PrinterError: Close Side Cover"
  241. *Status: "PrinterError:   Set Developer"
  242. *Status: "PrinterError:   F.Error F.Rom"
  243. *Status: "PrinterError:  F.Error Optical"
  244. *Status: "PrinterError: Check Paper Tray"
  245. *Status: "PrinterError:    F.Error OPC"
  246. *Status: "PrinterError:   Supply Paper"
  247. *Status: "PrinterError: Check Lower Tray"
  248. *Status: "PrinterError:   F.Error Fuser"
  249. *Status: "PrinterError: Check Upper Tray"
  250. *Status: "PrinterError: Set Toner Bottle"
  251. *Status: "PrinterError:    Warming Up"
  252. *Status: "PrinterError:    Jam At Exit"
  253.  
  254. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  255. *Source: "serial9"
  256. *Source: "serial25"
  257. *Source: "AppleTalk"
  258. *Source: "Centronics"
  259.  
  260. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  261. *PrinterError: "     Timeout"
  262. *PrinterError: " Misfeed at Tray"
  263. *PrinterError: "    Add Toner"
  264. *PrinterError: "Replace OPC Belt"
  265. *PrinterError: " Jam At Transfer"
  266. *PrinterError: "  Misfeed Lower"
  267. *PrinterError: "   Toner/Belt"
  268. *PrinterError: "Paper Out U.Tray"
  269. *PrinterError: "Paper Out L.Tray"
  270. *PrinterError: " Set Paper Stack"
  271. *PrinterError: "  F.Error Motor"
  272. *PrinterError: " Close Top Cover"
  273. *PrinterError: "Close Side Cover"
  274. *PrinterError: "  Set Developer"
  275. *PrinterError: "  F.Error F.Rom"
  276. *PrinterError: " F.Error Optical"
  277. *PrinterError: "Check Paper Tray"
  278. *PrinterError: "   F.Error OPC"
  279. *PrinterError: "  Supply Paper"
  280. *PrinterError: "Check Lower Tray"
  281. *PrinterError: "  F.Error Fuser"
  282. *PrinterError: "Check Upper Tray"
  283. *PrinterError: "Set Toner Bottle"
  284. *PrinterError: "   Warming Up"
  285. *PrinterError: "   Jam At Exit"
  286.  
  287. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  288.  
  289. *% Color Separation Information =====================
  290.  
  291. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  292.  
  293. *InkName: ProcessBlack/Process Black
  294. *InkName: CustomColor/Custom Color
  295. *InkName: ProcessCyan/Process Cyan
  296. *InkName: ProcessMagenta/Process Magenta
  297. *InkName: ProcessYellow/Process Yellow
  298.  
  299. *% For 60 lpi / 300 dpi =====================================================
  300.  
  301. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  302. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  303. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  304. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  305. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  306.  
  307. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  308. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  309. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  311. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312.  
  313. *% For 53 lpi / 300 dpi =====================================================
  314.  
  315. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  316. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  317. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  318. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  319. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  320.  
  321. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  322. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  323. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  324. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  325. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  326.  
  327. *% end of PPD file for OmniLaser
  328.